projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75e7f3f
)
arm: ca9x4_ct_vxp: enable pxe command support
author
Jason Hobbs
<
[email protected]
>
Tue, 23 Aug 2011 11:07:00 +0000
(11:07 +0000)
committer
Wolfgang Denk
<
[email protected]
>
Mon, 17 Oct 2011 20:25:35 +0000
(22:25 +0200)
Signed-off-by: Jason Hobbs <
[email protected]
>
Cc: Matt Waddel <
[email protected]
>
include/configs/ca9x4_ct_vxp.h
patch
|
blob
|
history
diff --git
a/include/configs/ca9x4_ct_vxp.h
b/include/configs/ca9x4_ct_vxp.h
index 5c3464ff6db9753877e44efbfe95d03fd6098574..d68607ffc6bd062204c8e3b1d177476b8c3c7430 100644
(file)
--- a/
include/configs/ca9x4_ct_vxp.h
+++ b/
include/configs/ca9x4_ct_vxp.h
@@
-69,6
+69,8
@@
/* Command line configuration */
#define CONFIG_CMD_BDI
#define CONFIG_CMD_DHCP
+#define CONFIG_CMD_PXE
+#define CONFIG_MENU
#define CONFIG_CMD_ELF
#define CONFIG_CMD_ENV
#define CONFIG_CMD_FLASH
@@
-131,6
+133,8
@@
"kernel_addr=0x44100000\0" \
"ramdisk_addr=0x44800000\0" \
"maxramdisk=0x1800000\0" \
+ "pxefile_addr_r=0x88000000\0" \
+ "kernel_addr_r=0x80008000\0" \
"console=ttyAMA0,38400n8\0" \
"dram=1024M\0" \
"root=/dev/sda1 rw\0" \